home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / titans / beastboy.swf / scripts / DefineSprite_252 / frame_17 / DoAction.as
Text File  |  2010-11-09  |  505b  |  32 lines

  1. d = 100;
  2. r.nochange = d;
  3. p.gotoAndStop("monitor" + r.hd);
  4. p._x = r.monitorx;
  5. xpos = p._x;
  6. ypos = p._y;
  7. r.canpress = 0;
  8. r.ztyping.start();
  9. onenterframe = function()
  10. {
  11.    d--;
  12.    if(d == 60)
  13.    {
  14.       r.nx = door._x + 30;
  15.       r.ny = door._y + 150;
  16.    }
  17.    if(!d)
  18.    {
  19.       r.nx = xpos;
  20.       r.ny = ypos;
  21.       r.canpress = 1;
  22.       r.monitor = 0;
  23.       p.gotoAndStop("stand" + r.hd);
  24.       gotoAndPlay(7);
  25.    }
  26.    if(r.mmlift)
  27.    {
  28.       gotoAndPlay(30);
  29.    }
  30. };
  31. stop();
  32.